[INFO] cloning repository https://github.com/SaurabPoudel/load-balancer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SaurabPoudel/load-balancer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaurabPoudel%2Fload-balancer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaurabPoudel%2Fload-balancer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80c1e1f2baca3cd728c4791e036062e74c448990
[INFO] fixing SaurabPoudel/load-balancer against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaurabPoudel%2Fload-balancer" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SaurabPoudel/load-balancer
[INFO] finished tweaking git repo https://github.com/SaurabPoudel/load-balancer
[INFO] tweaked toml for git repo https://github.com/SaurabPoudel/load-balancer written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SaurabPoudel/load-balancer on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SaurabPoudel/load-balancer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.55
[INFO] [stderr]   Downloaded clap_builder v4.5.55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3
[INFO] running `Command { std: "docker" "start" "b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling zerocopy v0.8.35
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking ucd-trie v0.1.7
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]     Checking clap_builder v4.5.55
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking pest v2.8.5
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking rustix v1.1.3
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.35
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking clap v4.5.55
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking rust-ini v0.20.0
[INFO] [stderr]     Checking yaml-rust2 v0.8.1
[INFO] [stderr]     Checking config v0.14.1
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking load_balancer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `parts` in this scope
[INFO] [stdout]    --> src/l7/mod.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let client_req = Request::from_parts(parts, hyper::body::Incoming::empty());
[INFO] [stdout]     |                                              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parts` in this scope
[INFO] [stdout]    --> src/l7/mod.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let client_req = Request::from_parts(parts, hyper::body::Incoming::empty());
[INFO] [stdout]     |                                              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_bytes` in module `hyper::body`
[INFO] [stdout]    --> src/l7/mod.rs:188:39
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let body_bytes = hyper::body::to_bytes(body).await?;
[INFO] [stdout]     |                                       ^^^^^^^^ not found in `hyper::body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_bytes` in module `hyper::body`
[INFO] [stdout]    --> src/l7/mod.rs:188:39
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let body_bytes = hyper::body::to_bytes(body).await?;
[INFO] [stdout]     |                                       ^^^^^^^^ not found in `hyper::body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_bytes` in module `hyper::body`
[INFO] [stdout]    --> src/l7/mod.rs:251:39
[INFO] [stdout]     |
[INFO] [stdout] 251 |         let body_bytes = hyper::body::to_bytes(body).await?;
[INFO] [stdout]     |                                       ^^^^^^^^ not found in `hyper::body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_bytes` in module `hyper::body`
[INFO] [stdout]    --> src/l7/mod.rs:251:39
[INFO] [stdout]     |
[INFO] [stdout] 251 |         let body_bytes = hyper::body::to_bytes(body).await?;
[INFO] [stdout]     |                                       ^^^^^^^^ not found in `hyper::body`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> src/health/mod.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tracing::{info, warn, error, debug};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> src/health/mod.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tracing::{info, warn, error, debug};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/l7/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Body`
[INFO] [stdout]  --> src/l7/mod.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 | use hyper::body::{Bytes, Incoming, Body};
[INFO] [stdout]   |                                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/l7/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Body`
[INFO] [stdout]  --> src/l7/mod.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 | use hyper::body::{Bytes, Incoming, Body};
[INFO] [stdout]   |                                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::RwLock`
[INFO] [stdout]  --> src/metrics/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::sync::RwLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::RwLock`
[INFO] [stdout]  --> src/metrics/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::sync::RwLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Encoder`
[INFO] [stdout]  --> src/metrics/mod.rs:7:68
[INFO] [stdout]   |
[INFO] [stdout] 7 | use prometheus::{Counter, Histogram, Gauge, Registry, TextEncoder, Encoder};
[INFO] [stdout]   |                                                                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]  --> src/metrics/mod.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tracing::{info, debug};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Encoder`
[INFO] [stdout]  --> src/metrics/mod.rs:7:68
[INFO] [stdout]   |
[INFO] [stdout] 7 | use prometheus::{Counter, Histogram, Gauge, Registry, TextEncoder, Encoder};
[INFO] [stdout]   |                                                                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]  --> src/metrics/mod.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tracing::{info, debug};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/l4/mod.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 |                     break Ok(());
[INFO] [stdout]     |                           ^^ cannot infer type of the type parameter `E` declared on the enum `Result`
[INFO] [stdout]     |
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout] 122 |                     break Ok::<(), E>(());
[INFO] [stdout]     |                             +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/l4/mod.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 |                     break Ok(());
[INFO] [stdout]     |                           ^^ cannot infer type of the type parameter `E` declared on the enum `Result`
[INFO] [stdout]     |
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout] 122 |                     break Ok::<(), E>(());
[INFO] [stdout]     |                             +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/metrics/mod.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let mut active = self.active_connections.lock();
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/metrics/mod.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let mut active = self.active_connections.lock();
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `buffer2` as mutable, as it is not declared as mutable
[INFO] [stdout]    --> src/l4/mod.rs:215:36
[INFO] [stdout]     |
[INFO] [stdout] 215 |                 match reader2.read(&mut buffer2).await {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^ cannot borrow as mutable
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]     |
[INFO] [stdout] 197 |         let mut buffer2 = vec![0u8; self.buffer_size];
[INFO] [stdout]     |             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `buffer2` as mutable, as it is not declared as mutable
[INFO] [stdout]    --> src/l4/mod.rs:215:36
[INFO] [stdout]     |
[INFO] [stdout] 215 |                 match reader2.read(&mut buffer2).await {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^ cannot borrow as mutable
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]     |
[INFO] [stdout] 197 |         let mut buffer2 = vec![0u8; self.buffer_size];
[INFO] [stdout]     |             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `hyper::body::Bytes: Body` is not satisfied
[INFO] [stdout]    --> src/l7/mod.rs:87:53
[INFO] [stdout]     |
[INFO] [stdout]  87 |             .serve_connection(TokioIo::new(stream), service)
[INFO] [stdout]     |              ----------------                       ^^^^^^^ the trait `Body` is not implemented for `hyper::body::Bytes`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Body`:
[INFO] [stdout]               &mut T
[INFO] [stdout]               Box<T>
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               Response<B>
[INFO] [stdout]               http_body_util::BodyStream<B>
[INFO] [stdout]               http_body_util::Collected<B>
[INFO] [stdout]               http_body_util::Either<L, R>
[INFO] [stdout]               http_body_util::Empty<D>
[INFO] [stdout]             and 11 others
[INFO] [stdout]     = note: required for `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>` to implement `Service<hyper::Request<hyper::body::Incoming>>`
[INFO] [stdout]     = note: required for `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>` to implement `HttpService<hyper::body::Incoming>`
[INFO] [stdout] note: required by a bound in `hyper::server::conn::http1::Builder::serve_connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs:446:12
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn serve_connection<I, S>(&self, io: I, service: S) -> Connection<I, S>
[INFO] [stdout]     |            ---------------- required by a bound in this associated function
[INFO] [stdout] 445 |     where
[INFO] [stdout] 446 |         S: HttpService<IncomingBody>,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::serve_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `hyper::body::Bytes: Body` is not satisfied
[INFO] [stdout]   --> src/l7/mod.rs:84:25
[INFO] [stdout]    |
[INFO] [stdout] 84 |           if let Err(e) = http1::Builder::new()
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 85 | |             .preserve_header_case(true)
[INFO] [stdout] 86 | |             .title_case_headers(true)
[INFO] [stdout] 87 | |             .serve_connection(TokioIo::new(stream), service)
[INFO] [stdout]    | |____________________________________________________________^ the trait `Body` is not implemented for `hyper::body::Bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `Body`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]              Response<B>
[INFO] [stdout]              http_body_util::BodyStream<B>
[INFO] [stdout]              http_body_util::Collected<B>
[INFO] [stdout]              http_body_util::Either<L, R>
[INFO] [stdout]              http_body_util::Empty<D>
[INFO] [stdout]            and 11 others
[INFO] [stdout]    = note: required for `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>` to implement `HttpService<hyper::body::Incoming>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `hyper::body::Bytes: Body` is not satisfied
[INFO] [stdout]    --> src/l7/mod.rs:87:53
[INFO] [stdout]     |
[INFO] [stdout]  87 |             .serve_connection(TokioIo::new(stream), service)
[INFO] [stdout]     |              ----------------                       ^^^^^^^ the trait `Body` is not implemented for `hyper::body::Bytes`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Body`:
[INFO] [stdout]               &mut T
[INFO] [stdout]               Box<T>
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               Response<B>
[INFO] [stdout]               http_body_util::BodyStream<B>
[INFO] [stdout]               http_body_util::Collected<B>
[INFO] [stdout]               http_body_util::Either<L, R>
[INFO] [stdout]               http_body_util::Empty<D>
[INFO] [stdout]             and 11 others
[INFO] [stdout]     = note: required for `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>` to implement `Service<hyper::Request<hyper::body::Incoming>>`
[INFO] [stdout]     = note: required for `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>` to implement `HttpService<hyper::body::Incoming>`
[INFO] [stdout] note: required by a bound in `hyper::server::conn::http1::Builder::serve_connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs:446:12
[INFO] [stdout]     |
[INFO] [stdout] 444 |     pub fn serve_connection<I, S>(&self, io: I, service: S) -> Connection<I, S>
[INFO] [stdout]     |            ---------------- required by a bound in this associated function
[INFO] [stdout] 445 |     where
[INFO] [stdout] 446 |         S: HttpService<IncomingBody>,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::serve_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `hyper::body::Bytes: Body` is not satisfied
[INFO] [stdout]   --> src/l7/mod.rs:84:25
[INFO] [stdout]    |
[INFO] [stdout] 84 |           if let Err(e) = http1::Builder::new()
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 85 | |             .preserve_header_case(true)
[INFO] [stdout] 86 | |             .title_case_headers(true)
[INFO] [stdout] 87 | |             .serve_connection(TokioIo::new(stream), service)
[INFO] [stdout]    | |____________________________________________________________^ the trait `Body` is not implemented for `hyper::body::Bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `Body`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]              Response<B>
[INFO] [stdout]              http_body_util::BodyStream<B>
[INFO] [stdout]              http_body_util::Collected<B>
[INFO] [stdout]              http_body_util::Either<L, R>
[INFO] [stdout]              http_body_util::Empty<D>
[INFO] [stdout]            and 11 others
[INFO] [stdout]    = note: required for `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>` to implement `HttpService<hyper::body::Incoming>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `with_upgrades` exists for struct `Connection<TokioIo<TcpStream>, ServiceFn<{closure@...}, ...>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/l7/mod.rs:88:14
[INFO] [stdout]     |
[INFO] [stdout]  84 |           if let Err(e) = http1::Builder::new()
[INFO] [stdout]     |  _________________________-
[INFO] [stdout]  85 | |             .preserve_header_case(true)
[INFO] [stdout]  86 | |             .title_case_headers(true)
[INFO] [stdout]  87 | |             .serve_connection(TokioIo::new(stream), service)
[INFO] [stdout]  88 | |             .with_upgrades()
[INFO] [stdout]     | |             -^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 |   pub struct ServiceFn<F, R> {
[INFO] [stdout]     |   -------------------------- doesn't satisfy `<_ as Service<Request<Incoming>>>::Response = Response<Bytes>` or `_: Service<Request<Incoming>>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 |   pub struct Bytes {
[INFO] [stdout]     |   ---------------- doesn't satisfy `<hyper::body::Bytes as Body>::Error = _` or `hyper::body::Bytes: Body`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             which is required by `<hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming> as Service<hyper::Request<hyper::body::Incoming>>>::Response = Response<hyper::body::Bytes>`
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             which is required by `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>: Service<hyper::Request<hyper::body::Incoming>>`
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             which is required by `<hyper::body::Bytes as Body>::Error = _`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/load_balancer-4f740c1caaddf158.long-type-7360477102962814005.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `with_upgrades` exists for struct `Connection<TokioIo<TcpStream>, ServiceFn<{closure@...}, ...>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/l7/mod.rs:88:14
[INFO] [stdout]     |
[INFO] [stdout]  84 |           if let Err(e) = http1::Builder::new()
[INFO] [stdout]     |  _________________________-
[INFO] [stdout]  85 | |             .preserve_header_case(true)
[INFO] [stdout]  86 | |             .title_case_headers(true)
[INFO] [stdout]  87 | |             .serve_connection(TokioIo::new(stream), service)
[INFO] [stdout]  88 | |             .with_upgrades()
[INFO] [stdout]     | |             -^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 |   pub struct ServiceFn<F, R> {
[INFO] [stdout]     |   -------------------------- doesn't satisfy `<_ as Service<Request<Incoming>>>::Response = Response<Bytes>` or `_: Service<Request<Incoming>>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 |   pub struct Bytes {
[INFO] [stdout]     |   ---------------- doesn't satisfy `<hyper::body::Bytes as Body>::Error = _` or `hyper::body::Bytes: Body`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             which is required by `<hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming> as Service<hyper::Request<hyper::body::Incoming>>>::Response = Response<hyper::body::Bytes>`
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             which is required by `hyper::service::util::ServiceFn<{closure@src/l7/mod.rs:76:34: 76:44}, hyper::body::Incoming>: Service<hyper::Request<hyper::body::Incoming>>`
[INFO] [stdout]             `hyper::body::Bytes: Body`
[INFO] [stdout]             which is required by `<hyper::body::Bytes as Body>::Error = _`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/load_balancer-a1efb413817bf177.long-type-17331756255968170585.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0631]: type mismatch in closure arguments
[INFO] [stdout]    --> src/l7/mod.rs:165:83
[INFO] [stdout]     |
[INFO] [stdout] 165 | let uri_str = format!("http://{}{}", backend_endpoint, req.uri().path_and_query().map(|pq: &str| pq).unwrap_or(""));
[INFO] [stdout]     |                                                                                   ^^^ ---------- found signature defined here
[INFO] [stdout]     |                                                                                   |
[INFO] [stdout]     |                                                                                   expected due to this
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected closure signature `fn(&PathAndQuery) -> _`
[INFO] [stdout]                found closure signature `fn(&str) -> _`
[INFO] [stdout] note: required by a bound in `std::option::Option::<T>::map`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:1157:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: associated function `empty` is private
[INFO] [stdout]    --> src/l7/mod.rs:167:76
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let client_req = Request::from_parts(parts, hyper::body::Incoming::empty());
[INFO] [stdout]     |                                                                            ^^^^^ private associated function
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub(crate) fn empty() -> Incoming {
[INFO] [stdout]     |     --------------------------------- private associated function defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0631]: type mismatch in closure arguments
[INFO] [stdout]    --> src/l7/mod.rs:165:83
[INFO] [stdout]     |
[INFO] [stdout] 165 | let uri_str = format!("http://{}{}", backend_endpoint, req.uri().path_and_query().map(|pq: &str| pq).unwrap_or(""));
[INFO] [stdout]     |                                                                                   ^^^ ---------- found signature defined here
[INFO] [stdout]     |                                                                                   |
[INFO] [stdout]     |                                                                                   expected due to this
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected closure signature `fn(&PathAndQuery) -> _`
[INFO] [stdout]                found closure signature `fn(&str) -> _`
[INFO] [stdout] note: required by a bound in `std::option::Option::<T>::map`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:1157:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0624]: associated function `empty` is private
[INFO] [stdout]    --> src/l7/mod.rs:167:76
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let client_req = Request::from_parts(parts, hyper::body::Incoming::empty());
[INFO] [stdout]     |                                                                            ^^^^^ private associated function
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub(crate) fn empty() -> Incoming {
[INFO] [stdout]     |     --------------------------------- private associated function defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/metrics/mod.rs:192:13
[INFO] [stdout]     |
[INFO] [stdout] 192 |             &self.request_durations,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ expected `GenericCounter<AtomicF64>`, found `prometheus::Histogram`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&Arc<parking_lot::lock_api::Mutex<_, HashMap<_, GenericCounter<AtomicF64>>>>`
[INFO] [stdout]                found reference `&Arc<parking_lot::lock_api::Mutex<_, HashMap<_, prometheus::Histogram>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/metrics/mod.rs:192:13
[INFO] [stdout]     |
[INFO] [stdout] 192 |             &self.request_durations,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ expected `GenericCounter<AtomicF64>`, found `prometheus::Histogram`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&Arc<parking_lot::lock_api::Mutex<_, HashMap<_, GenericCounter<AtomicF64>>>>`
[INFO] [stdout]                found reference `&Arc<parking_lot::lock_api::Mutex<_, HashMap<_, prometheus::Histogram>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/algorithms/mod.rs:157:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |           self.get_backend_for_hash(
[INFO] [stdout]     |                -------------------- arguments to this method are incorrect
[INFO] [stdout] 156 |               hash,
[INFO] [stdout] 157 | /             &healthy_backends
[INFO] [stdout] 158 | |                 .iter()
[INFO] [stdout] 159 | |                 .map(|b| b.clone())
[INFO] [stdout] 160 | |                 .collect::<Vec<_>>(),
[INFO] [stdout]     | |____________________________________^ expected `&[Backend]`, found `&Vec<&Backend>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[Backend]`
[INFO] [stdout]                found reference `&Vec<&Backend>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/algorithms/mod.rs:109:8
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn get_backend_for_hash<'a>(&self, hash: u32, backends: &'a [Backend]) -> Option<&'a Backend> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^                       -----------------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/algorithms/mod.rs:157:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |           self.get_backend_for_hash(
[INFO] [stdout]     |                -------------------- arguments to this method are incorrect
[INFO] [stdout] 156 |               hash,
[INFO] [stdout] 157 | /             &healthy_backends
[INFO] [stdout] 158 | |                 .iter()
[INFO] [stdout] 159 | |                 .map(|b| b.clone())
[INFO] [stdout] 160 | |                 .collect::<Vec<_>>(),
[INFO] [stdout]     | |____________________________________^ expected `&[Backend]`, found `&Vec<&Backend>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[Backend]`
[INFO] [stdout]                found reference `&Vec<&Backend>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/algorithms/mod.rs:109:8
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn get_backend_for_hash<'a>(&self, hash: u32, backends: &'a [Backend]) -> Option<&'a Backend> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^                       -----------------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/l7/mod.rs:311:35
[INFO] [stdout]      |
[INFO] [stdout]  311 |         self.headers.insert(name, value);
[INFO] [stdout]      |                      ------       ^^^^^ expected `HeaderValue`, found `&str`
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] help: the return type of this call is `&str` due to the type of the argument passed
[INFO] [stdout]     --> src/l7/mod.rs:311:9
[INFO] [stdout]      |
[INFO] [stdout]  311 |         self.headers.insert(name, value);
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this argument influences the return type of `insert`
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs:1272:12
[INFO] [stdout]      |
[INFO] [stdout] 1272 |     pub fn insert<K>(&mut self, key: K, val: T) -> Option<T>
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_str` found for enum `std::option::Option<T>` in the current scope
[INFO] [stdout]    --> src/l7/mod.rs:319:40
[INFO] [stdout]     |
[INFO] [stdout] 319 |             if let Ok(name_str) = name.to_str() {
[INFO] [stdout]     |                                        ^^^^^^ method not found in `std::option::Option<HeaderName>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncReadExt`
[INFO] [stdout]  --> src/l7/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::io::AsyncReadExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/l7/mod.rs:311:35
[INFO] [stdout]      |
[INFO] [stdout]  311 |         self.headers.insert(name, value);
[INFO] [stdout]      |                      ------       ^^^^^ expected `HeaderValue`, found `&str`
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] help: the return type of this call is `&str` due to the type of the argument passed
[INFO] [stdout]     --> src/l7/mod.rs:311:9
[INFO] [stdout]      |
[INFO] [stdout]  311 |         self.headers.insert(name, value);
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this argument influences the return type of `insert`
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs:1272:12
[INFO] [stdout]      |
[INFO] [stdout] 1272 |     pub fn insert<K>(&mut self, key: K, val: T) -> Option<T>
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_str` found for enum `std::option::Option<T>` in the current scope
[INFO] [stdout]    --> src/l7/mod.rs:319:40
[INFO] [stdout]     |
[INFO] [stdout] 319 |             if let Ok(name_str) = name.to_str() {
[INFO] [stdout]     |                                        ^^^^^^ method not found in `std::option::Option<HeaderName>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncReadExt`
[INFO] [stdout]  --> src/l7/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::io::AsyncReadExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0308, E0425, E0596, E0599, E0624, E0631.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `load_balancer` (lib) due to 14 previous errors; 8 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0308, E0425, E0596, E0599, E0624, E0631.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `load_balancer` (lib test) due to 14 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3", kill_on_drop: false }`
[INFO] [stdout] b2d33821f82dfb11ff329cd4afd039257b7d6e7aa75daec0d21e92d59a6c2bc3
